• frmBusCardHolder_StaffRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBusCardHolder_StaffRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBusCardHolder_StaffRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel3 = New System.Windows.Forms.Panel()
33         Me.Button3 = New System.Windows.Forms.Button()
34         Me.btnExportExcel = New System.Windows.Forms.Button()
35         Me.btnReset = New System.Windows.Forms.Button()
36         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
37         Me.txtLocation = New System.Windows.Forms.TextBox()
38         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
39         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
40         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
41         Me.Button2 = New System.Windows.Forms.Button()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.Label6 = New System.Windows.Forms.Label()
44         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
45         Me.txtStaffName = New System.Windows.Forms.TextBox()
46         Me.dgw = New System.Windows.Forms.DataGridView()
47         Me.Panel2 = New System.Windows.Forms.Panel()
48         Me.lblSet = New System.Windows.Forms.Label()
49         Me.Label1 = New System.Windows.Forms.Label()
50         Me.Panel1.SuspendLayout()
51         Me.Panel3.SuspendLayout()
52         Me.GroupBox2.SuspendLayout()
53         Me.GroupBox1.SuspendLayout()
54         Me.GroupBox3.SuspendLayout()
55         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
56         Me.Panel2.SuspendLayout()
57         Me.SuspendLayout()
58         
'
59         
'Panel1
60         
'
61         Me.Panel1.BackColor = System.Drawing.Color.White
62         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
63         Me.Panel1.Controls.Add(Me.Panel3)
64         Me.Panel1.Controls.Add(Me.GroupBox2)
65         Me.Panel1.Controls.Add(Me.GroupBox1)
66         Me.Panel1.Controls.Add(Me.GroupBox3)
67         Me.Panel1.Controls.Add(Me.dgw)
68         Me.Panel1.Controls.Add(Me.Panel2)
69         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
70         Me.Panel1.Name =
"Panel1"
71         Me.Panel1.Size = New System.Drawing.Size(
953, 634)
72         Me.Panel1.TabIndex =
2
73         
'
74         
'Panel3
75         
'
76         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
77         Me.Panel3.Controls.Add(Me.Button3)
78         Me.Panel3.Controls.Add(Me.btnExportExcel)
79         Me.Panel3.Controls.Add(Me.btnReset)
80         Me.Panel3.Location = New System.Drawing.Point(
387, 83)
81         Me.Panel3.Name =
"Panel3"
82         Me.Panel3.Size = New System.Drawing.Size(
275, 72)
83         Me.Panel3.TabIndex =
41
84         
'
85         
'Button3
86         
'
87         Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
88         Me.Button3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
89         Me.Button3.Location = New System.Drawing.Point(
180, 20)
90         Me.Button3.Name =
"Button3"
91         Me.Button3.Size = New System.Drawing.Size(
80, 33)
92         Me.Button3.TabIndex =
2
93         Me.Button3.Text =
"&Close"
94         Me.Button3.UseVisualStyleBackColor = True
95         
'
96         
'btnExportExcel
97         
'
98         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
99         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         Me.btnExportExcel.Location = New System.Drawing.Point(
94, 20)
101         Me.btnExportExcel.Name =
"btnExportExcel"
102         Me.btnExportExcel.Size = New System.Drawing.Size(
80, 33)
103         Me.btnExportExcel.TabIndex =
1
104         Me.btnExportExcel.Text =
"&Export Excel"
105         Me.btnExportExcel.UseVisualStyleBackColor = True
106         
'
107         
'btnReset
108         
'
109         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
110         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.btnReset.Location = New System.Drawing.Point(
8, 21)
112         Me.btnReset.Name =
"btnReset"
113         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
114         Me.btnReset.TabIndex =
0
115         Me.btnReset.Text =
"&Reset"
116         Me.btnReset.UseVisualStyleBackColor = True
117         
'
118         
'GroupBox2
119         
'
120         Me.GroupBox2.Controls.Add(Me.txtLocation)
121         Me.GroupBox2.Location = New System.Drawing.Point(
198, 78)
122         Me.GroupBox2.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
123         Me.GroupBox2.Name =
"GroupBox2"
124         Me.GroupBox2.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
125         Me.GroupBox2.Size = New System.Drawing.Size(
183, 76)
126         Me.GroupBox2.TabIndex =
40
127         Me.GroupBox2.TabStop = False
128         Me.GroupBox2.Text =
"By Location Name"
129         
'
130         
'txtLocation
131         
'
132         Me.txtLocation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.txtLocation.Location = New System.Drawing.Point(
19, 37)
134         Me.txtLocation.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
135         Me.txtLocation.Name =
"txtLocation"
136         Me.txtLocation.Size = New System.Drawing.Size(
144, 21)
137         Me.txtLocation.TabIndex =
0
138         
'
139         
'GroupBox1
140         
'
141         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
142         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
143         Me.GroupBox1.Controls.Add(Me.Button2)
144         Me.GroupBox1.Controls.Add(Me.Label5)
145         Me.GroupBox1.Controls.Add(Me.Label6)
146         Me.GroupBox1.Location = New System.Drawing.Point(
9, 158)
147         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
148         Me.GroupBox1.Name =
"GroupBox1"
149         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
150         Me.GroupBox1.Size = New System.Drawing.Size(
402, 76)
151         Me.GroupBox1.TabIndex =
39
152         Me.GroupBox1.TabStop = False
153         Me.GroupBox1.Text =
"By Joining Date"
154         
'
155         
'dtpDateTo
156         
'
157         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
158         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
159         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
160         Me.dtpDateTo.Name =
"dtpDateTo"
161         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
162         Me.dtpDateTo.TabIndex =
36
163         
'
164         
'dtpDateFrom
165         
'
166         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
167         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
168         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
169         Me.dtpDateFrom.Name =
"dtpDateFrom"
170         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
171         Me.dtpDateFrom.TabIndex =
35
172         
'
173         
'Button2
174         
'
175         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
176         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.Button2.Location = New System.Drawing.Point(
318, 40)
178         Me.Button2.Name =
"Button2"
179         Me.Button2.Size = New System.Drawing.Size(
69, 23)
180         Me.Button2.TabIndex =
3
181         Me.Button2.Text =
"&Search"
182         Me.Button2.UseVisualStyleBackColor = True
183         
'
184         
'Label5
185         
'
186         Me.Label5.AutoSize = True
187         Me.Label5.Location = New System.Drawing.Point(
183, 21)
188         Me.Label5.Name =
"Label5"
189         Me.Label5.Size = New System.Drawing.Size(
26, 13)
190         Me.Label5.TabIndex =
34
191         Me.Label5.Text =
"To :"
192         
'
193         
'Label6
194         
'
195         Me.Label6.AutoSize = True
196         Me.Label6.Location = New System.Drawing.Point(
33, 21)
197         Me.Label6.Name =
"Label6"
198         Me.Label6.Size = New System.Drawing.Size(
36, 13)
199         Me.Label6.TabIndex =
33
200         Me.Label6.Text =
"From :"
201         
'
202         
'GroupBox3
203         
'
204         Me.GroupBox3.Controls.Add(Me.txtStaffName)
205         Me.GroupBox3.Location = New System.Drawing.Point(
7, 75)
206         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
207         Me.GroupBox3.Name =
"GroupBox3"
208         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
209         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
210         Me.GroupBox3.TabIndex =
37
211         Me.GroupBox3.TabStop = False
212         Me.GroupBox3.Text =
"By Staff Name"
213         
'
214         
'txtStaffName
215         
'
216         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
217         Me.txtStaffName.Location = New System.Drawing.Point(
27, 37)
218         Me.txtStaffName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
219         Me.txtStaffName.Name =
"txtStaffName"
220         Me.txtStaffName.Size = New System.Drawing.Size(
138, 21)
221         Me.txtStaffName.TabIndex =
0
222         
'
223         
'dgw
224         
'
225         Me.dgw.AllowUserToAddRows = False
226         Me.dgw.AllowUserToDeleteRows = False
227         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
228         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
229         Me.dgw.BackgroundColor = System.Drawing.Color.White
230         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
231         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
232         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
233         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
234         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
235         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
236         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
237         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
238         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
239         Me.dgw.ColumnHeadersHeight =
24
240         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
241         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
242         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
243         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
244         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
245         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
246         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
247         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
248         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
249         Me.dgw.EnableHeadersVisualStyles = False
250         Me.dgw.GridColor = System.Drawing.Color.White
251         Me.dgw.Location = New System.Drawing.Point(
9, 245)
252         Me.dgw.MultiSelect = False
253         Me.dgw.Name =
"dgw"
254         Me.dgw.ReadOnly = True
255         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
256         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
257         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
258         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
260         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
261         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
262         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
263         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
264         Me.dgw.RowHeadersWidth =
25
265         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
266         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
267         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
268         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
269         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
270         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
271         Me.dgw.RowTemplate.Height =
18
272         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
273         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
274         Me.dgw.Size = New System.Drawing.Size(
931, 382)
275         Me.dgw.TabIndex =
1
276         
'
277         
'Panel2
278         
'
279         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
280         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
281         Me.Panel2.Controls.Add(Me.lblSet)
282         Me.Panel2.Controls.Add(Me.Label1)
283         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
284         Me.Panel2.Name =
"Panel2"
285         Me.Panel2.Size = New System.Drawing.Size(
931, 62)
286         Me.Panel2.TabIndex =
0
287         
'
288         
'lblSet
289         
'
290         Me.lblSet.AutoSize = True
291         Me.lblSet.Location = New System.Drawing.Point(
86, 30)
292         Me.lblSet.Name =
"lblSet"
293         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
294         Me.lblSet.TabIndex =
45
295         Me.lblSet.Text =
"Set"
296         Me.lblSet.Visible = False
297         
'
298         
'Label1
299         
'
300         Me.Label1.AutoSize = True
301         Me.Label1.BackColor = System.Drawing.Color.Transparent
302         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
303         Me.Label1.ForeColor = System.Drawing.Color.White
304         Me.Label1.Location = New System.Drawing.Point(
309, 19)
305         Me.Label1.Name =
"Label1"
306         Me.Label1.Size = New System.Drawing.Size(
241, 24)
307         Me.Label1.TabIndex =
0
308         Me.Label1.Text =
"List of Bus Holders [Staff]"
309         
'
310         
'frmBusCardHolder_StaffRecord
311         
'
312         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
313         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
314         Me.BackColor = System.Drawing.Color.DarkSlateGray
315         Me.ClientSize = New System.Drawing.Size(
976, 661)
316         Me.Controls.Add(Me.Panel1)
317         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
318         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
319         Me.MaximizeBox = False
320         Me.MinimizeBox = False
321         Me.Name =
"frmBusCardHolder_StaffRecord"
322         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
323         Me.Panel1.ResumeLayout(False)
324         Me.Panel3.ResumeLayout(False)
325         Me.GroupBox2.ResumeLayout(False)
326         Me.GroupBox2.PerformLayout()
327         Me.GroupBox1.ResumeLayout(False)
328         Me.GroupBox1.PerformLayout()
329         Me.GroupBox3.ResumeLayout(False)
330         Me.GroupBox3.PerformLayout()
331         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
332         Me.Panel2.ResumeLayout(False)
333         Me.Panel2.PerformLayout()
334         Me.ResumeLayout(False)
335
336     End Sub
337     Friend WithEvents Panel1 As System.Windows.Forms.Panel
338     Friend WithEvents dgw As System.Windows.Forms.DataGridView
339     Friend WithEvents Panel2 As System.Windows.Forms.Panel
340     Friend WithEvents Label1 As System.Windows.Forms.Label
341     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
342     Friend WithEvents txtLocation As System.Windows.Forms.TextBox
343     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
344     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
345     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
346     Private WithEvents Button2 As System.Windows.Forms.Button
347     Friend WithEvents Label5 As System.Windows.Forms.Label
348     Friend WithEvents Label6 As System.Windows.Forms.Label
349     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
350     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
351     Friend WithEvents Panel3 As System.Windows.Forms.Panel
352     Public WithEvents btnExportExcel As System.Windows.Forms.Button
353     Private WithEvents btnReset As System.Windows.Forms.Button
354     Friend WithEvents lblSet As System.Windows.Forms.Label
355     Public WithEvents Button3 As System.Windows.Forms.Button
356
357 End Class


Gõ tìm kiếm nhanh...